home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iaspin.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IASPIN_H = 1;
- include("real/intact/r3ianp.js")
- include("oops/r3vector.js")
-
-
- var R3CLID_IASPIN = 1482;
-
-
-
-
- R3IASPINA_Spin = 1482500;
- function SetR3IASPINA_Spin(value) {
- R3Set(this.r3obj, R3IASPINA_Spin, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IASPINA_Spin() {
- return R3Get(this.r3obj, R3IASPINA_Spin, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Iaspin () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IASPIN, arguments);
- }
- // Attributes
- this.GetSpin=GetR3IASPINA_Spin;
- this.SetSpin=SetR3IASPINA_Spin;
- }
-
- r3Iaspin.prototype=new r3Ianp;
- // r3iaspin.h_H